home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_023 / ver30 / readme.txt < prev    next >
Text File  |  1992-05-06  |  4KB  |  139 lines

  1. This is the only official distribution of MicroEmacs.  Accept no
  2. substitutes.  It is distributed on Usenet on 6 shar archives.
  3. Save them as uemacs1.shar ... uemacs6.shar.
  4.  
  5. Move to .../uemacs and unshar all six source files:
  6.     uemacs[1-3].shar        Editor Mainline
  7.     uemacs4.shar            System-specific sources
  8.     uemacs5.shar            Terminal-specific sources
  9.     uemacs6.shar            Out of date TeX documentation
  10.  
  11. The shar files will automatically create the following directory structure:
  12.  
  13.     .../uemacs            Editor mainline sources
  14.     .../uemacs/sys            System specific sources
  15.     .../uemacs/sys/atari        Atari ST
  16.     .../uemacs/sys/cpm86
  17.     .../uemacs/sys/msdos
  18.     .../uemacs/sys/ultrix        (and other 4.2 bsd Unix systems)
  19.     .../uemacs/sys/vms
  20.     .../uemacs/tty            Terminal handler sources
  21.     .../uemacs/tty/ansi        VT100 and other Ansi-style terminals.
  22.     .../uemacs/tty/atari
  23.     .../uemacs/tty/heath
  24.  
  25. To compile, choose one system, and one tty, and copy the files from the
  26. appropriate subdirectory into the mainline directory.  Then compile all
  27. sources, and link.  The ultrix version includes a Makefile.
  28.  
  29. Unfortunately, the documentation is not yet ready.  You will have
  30. to dig the keypad bindings out of the source code.  Most are setup
  31. in symbol.c, a few might be set in the terminal or system specific
  32. modules.
  33.  
  34. You can get a current keypad binding chart by entering the command
  35.  
  36.     <META>X display-bindings
  37.  
  38. <META> is usually bound to <ESC> or <ALT>.  Here are my possibly
  39. out-of-date bindings.  Note the following abbreviations:
  40.  
  41.     C-<something>        Control-<something>
  42.     M-<something>        Meta -- generally the <ESC> key.
  43.     F10            (etc. -- a keypad function key).
  44.  
  45. Up              back-line
  46. Down            forw-line
  47. Left            back-char
  48. Right           forw-char
  49. Find            search-again
  50. Insert          yank
  51. Remove          kill-region
  52. Select          set-mark
  53. Previous        back-page
  54. Next            forw-page
  55. Help            help
  56. Do              execute-macro
  57. F17             back-window
  58. F18             forw-window
  59. F19             enlarge-window
  60. F20             shrink-window
  61. Rubout          back-del-char
  62. C-@             set-mark
  63. C-A             goto-bol
  64. C-B             back-char
  65. C-C             spawn-cli
  66. C-D             forw-del-char
  67. C-E             goto-eol
  68. C-F             forw-char
  69. C-G             abort
  70. Backspace       back-del-char
  71. C-J             ins-nl-and-indent
  72. C-K             kill-line
  73. C-L             refresh
  74. Return          ins-nl
  75. C-N             forw-line
  76. C-O             ins-nl-and-backup
  77. C-P             back-line
  78. C-Q             quote
  79. C-R             back-i-search
  80. C-S             forw-i-search
  81. C-T             twiddle
  82. C-V             forw-page
  83. C-W             kill-region
  84. C-Y             yank
  85. C-Z             jeff-exit
  86. M-!             reposition-window
  87. M-%             query-replace
  88. M-.             set-mark
  89. M-<             goto-bob
  90. M->             goto-eob
  91. M-B             back-word
  92. M-C             cap-word
  93. M-D             forw-del-word
  94. M-F             forw-word
  95. M-L             lower-word
  96. M-Q             quote
  97. M-R             back-search
  98. M-S             forw-search
  99. M-U             upper-word
  100. M-V             back-page
  101. M-W             copy-region
  102. M-X             extended-command
  103. M-Rubout        back-del-word
  104. C-M-G           abort
  105. M-Backspace     back-del-word
  106. C-M-R           display-message
  107. C-M-V           display-version
  108. C-X (           start-macro
  109. C-X )           end-macro
  110. C-X 1           only-window
  111. C-X 2           split-window
  112. C-X =           display-position
  113. C-X B           use-buffer
  114. C-X E           execute-macro
  115. C-X G           goto-line
  116. C-X K           kill-buffer
  117. C-X N           forw-window
  118. C-X P           back-window
  119. C-X R           back-i-search
  120. C-X S           forw-i-search
  121. C-X Z           enlarge-window
  122. C-X C-B         display-buffers
  123. C-X C-C         quit
  124. C-X C-D         display-directory
  125. C-X C-F         set-file-name
  126. C-X C-G         abort
  127. C-X C-L         lower-region
  128. C-X C-N         down-window
  129. C-X C-O         del-blank-lines
  130. C-X C-P         up-window
  131. C-X C-R         file-read
  132. C-X C-S         file-save
  133. C-X C-U         upper-region
  134. C-X C-V         file-visit
  135. C-X C-W         file-write
  136. C-X C-X         swap-dot-and-mark
  137. C-X C-Z         shrink-window
  138.  
  139.